home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #10 / K-CD-10-2002.ISO / Anokee Illuminator / anokeeilluminator.exe / %MAINDIR% / Illuminator.exe / 0 / RCDATA / TFRMPREFERENCES / TFRMPREFERENCES.txt
Encoding:
Text File  |  2002-03-18  |  14.7 KB  |  618 lines

  1. object frmPreferences: TfrmPreferences
  2.   Left = 294
  3.   Top = 195
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 360
  7.   ClientWidth = 418
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Verdana'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PageControl1: TPageControl
  22.     Left = 6
  23.     Top = 6
  24.     Width = 403
  25.     Height = 318
  26.     ActivePage = TabSheet1
  27.     TabOrder = 0
  28.     object TabSheet1: TTabSheet
  29.       Caption = 'General'
  30.       object GroupBox4: TGroupBox
  31.         Left = 5
  32.         Top = 68
  33.         Width = 376
  34.         Height = 218
  35.         Caption = 'Thumbnails'
  36.         TabOrder = 0
  37.         object GroupBox3: TGroupBox
  38.           Left = 8
  39.           Top = 12
  40.           Width = 360
  41.           Height = 106
  42.           Caption = 'Size'
  43.           TabOrder = 0
  44.           object Label2: TLabel
  45.             Left = 15
  46.             Top = 38
  47.             Width = 31
  48.             Height = 13
  49.             Caption = 'Width:'
  50.             Font.Charset = ANSI_CHARSET
  51.             Font.Color = clWindowText
  52.             Font.Height = -11
  53.             Font.Name = 'MS Sans Serif'
  54.             Font.Style = []
  55.             ParentFont = False
  56.           end
  57.           object lbTrace: TLabel
  58.             Left = 26
  59.             Top = 54
  60.             Width = 8
  61.             Height = 13
  62.             Caption = 'X'
  63.           end
  64.           object Label5: TLabel
  65.             Left = 15
  66.             Top = 70
  67.             Width = 34
  68.             Height = 13
  69.             Caption = 'Height:'
  70.             Font.Charset = ANSI_CHARSET
  71.             Font.Color = clWindowText
  72.             Font.Height = -11
  73.             Font.Name = 'MS Sans Serif'
  74.             Font.Style = []
  75.             ParentFont = False
  76.           end
  77.           object cbTraceMode: TCheckBox
  78.             Left = 16
  79.             Top = 18
  80.             Width = 201
  81.             Height = 17
  82.             Hint = 'Let the axis keep there values relative to each other'
  83.             Caption = '&Trace Mode'
  84.             Checked = True
  85.             State = cbChecked
  86.             TabOrder = 0
  87.             OnClick = cbTraceModeClick
  88.           end
  89.           object trThumbHeight: TTrackBar
  90.             Left = 75
  91.             Top = 67
  92.             Width = 141
  93.             Height = 25
  94.             Max = 150
  95.             Min = 40
  96.             Orientation = trHorizontal
  97.             PageSize = 10
  98.             Frequency = 10
  99.             Position = 80
  100.             SelEnd = 0
  101.             SelStart = 0
  102.             TabOrder = 1
  103.             TickMarks = tmBottomRight
  104.             TickStyle = tsAuto
  105.             OnChange = trThumbWidthChange
  106.           end
  107.           object trThumbWidth: TTrackBar
  108.             Left = 75
  109.             Top = 35
  110.             Width = 141
  111.             Height = 25
  112.             Max = 150
  113.             Min = 40
  114.             Orientation = trHorizontal
  115.             PageSize = 10
  116.             Frequency = 10
  117.             Position = 80
  118.             SelEnd = 0
  119.             SelStart = 0
  120.             TabOrder = 2
  121.             TickMarks = tmBottomRight
  122.             TickStyle = tsAuto
  123.             OnChange = trThumbWidthChange
  124.           end
  125.           object edWidth: TEdit
  126.             Left = 225
  127.             Top = 36
  128.             Width = 33
  129.             Height = 21
  130.             TabOrder = 3
  131.             OnChange = edWidthChange
  132.           end
  133.           object edHeight: TEdit
  134.             Left = 225
  135.             Top = 67
  136.             Width = 33
  137.             Height = 21
  138.             TabOrder = 4
  139.             OnChange = edWidthChange
  140.           end
  141.         end
  142.         object GroupBox2: TGroupBox
  143.           Left = 8
  144.           Top = 120
  145.           Width = 361
  146.           Height = 91
  147.           Caption = 'Space between thumbnails'
  148.           TabOrder = 1
  149.           object Label3: TLabel
  150.             Left = 15
  151.             Top = 65
  152.             Width = 41
  153.             Height = 13
  154.             Caption = 'Height:'
  155.           end
  156.           object Label4: TLabel
  157.             Left = 15
  158.             Top = 34
  159.             Width = 37
  160.             Height = 13
  161.             Caption = 'Width:'
  162.           end
  163.           object Label6: TLabel
  164.             Left = 27
  165.             Top = 51
  166.             Width = 8
  167.             Height = 13
  168.             Caption = 'X'
  169.           end
  170.           object trThumbSpaceWidth: TTrackBar
  171.             Left = 75
  172.             Top = 31
  173.             Width = 141
  174.             Height = 30
  175.             Max = 50
  176.             Min = 15
  177.             Orientation = trHorizontal
  178.             PageSize = 10
  179.             Frequency = 5
  180.             Position = 20
  181.             SelEnd = 0
  182.             SelStart = 0
  183.             TabOrder = 0
  184.             TickMarks = tmBottomRight
  185.             TickStyle = tsAuto
  186.             OnChange = trThumbSpaceWidthChange
  187.           end
  188.           object trThumbSpaceHeight: TTrackBar
  189.             Left = 75
  190.             Top = 61
  191.             Width = 141
  192.             Height = 25
  193.             Max = 50
  194.             Min = 15
  195.             Orientation = trHorizontal
  196.             PageSize = 5
  197.             Frequency = 5
  198.             Position = 20
  199.             SelEnd = 0
  200.             SelStart = 0
  201.             TabOrder = 1
  202.             TickMarks = tmBottomRight
  203.             TickStyle = tsAuto
  204.             OnChange = trThumbSpaceWidthChange
  205.           end
  206.           object edThumbSpaceHeight: TEdit
  207.             Tag = 1
  208.             Left = 225
  209.             Top = 61
  210.             Width = 33
  211.             Height = 21
  212.             TabOrder = 2
  213.             OnChange = edWidthChange
  214.           end
  215.           object edThumbSpaceWidth: TEdit
  216.             Tag = 1
  217.             Left = 225
  218.             Top = 32
  219.             Width = 33
  220.             Height = 21
  221.             TabOrder = 3
  222.             OnChange = edWidthChange
  223.           end
  224.           object cbSpaceTraceMode: TCheckBox
  225.             Left = 16
  226.             Top = 15
  227.             Width = 201
  228.             Height = 17
  229.             Hint = 'Let the axis keep there values relative to each other'
  230.             Caption = '&Trace Mode'
  231.             Checked = True
  232.             State = cbChecked
  233.             TabOrder = 4
  234.             OnClick = cbTraceModeClick
  235.           end
  236.         end
  237.       end
  238.       object GroupBox1: TGroupBox
  239.         Left = 5
  240.         Top = 2
  241.         Width = 376
  242.         Height = 62
  243.         Caption = 'Background'
  244.         TabOrder = 1
  245.         object panBackColor: TPanel
  246.           Left = 7
  247.           Top = 24
  248.           Width = 168
  249.           Height = 26
  250.           Hint = 'Background Color'
  251.           Caption = 'Background Color'
  252.           Color = clGray
  253.           Font.Charset = ANSI_CHARSET
  254.           Font.Color = clSilver
  255.           Font.Height = -11
  256.           Font.Name = 'Verdana'
  257.           Font.Style = []
  258.           ParentFont = False
  259.           ParentShowHint = False
  260.           ShowHint = True
  261.           TabOrder = 0
  262.           OnClick = panBackColorClick
  263.         end
  264.       end
  265.     end
  266.     object TabSheet2: TTabSheet
  267.       Caption = 'Filetypes'
  268.       ImageIndex = 1
  269.       object Label11: TLabel
  270.         Left = 5
  271.         Top = 38
  272.         Width = 76
  273.         Height = 13
  274.         AutoSize = False
  275.         Caption = 'Images'
  276.       end
  277.       object Label14: TLabel
  278.         Left = 103
  279.         Top = 38
  280.         Width = 76
  281.         Height = 13
  282.         AutoSize = False
  283.         Caption = 'Videos'
  284.       end
  285.       object Label15: TLabel
  286.         Left = 202
  287.         Top = 38
  288.         Width = 95
  289.         Height = 13
  290.         AutoSize = False
  291.         Caption = 'Music/Sound'
  292.       end
  293.       object Label17: TLabel
  294.         Left = 308
  295.         Top = 38
  296.         Width = 76
  297.         Height = 13
  298.         AutoSize = False
  299.         Caption = 'Other'
  300.       end
  301.       object Label18: TLabel
  302.         Left = 5
  303.         Top = 19
  304.         Width = 367
  305.         Height = 13
  306.         Caption = 'NOTE: Add filetypes by right clicking on the appropriate column.'
  307.         Color = clBtnFace
  308.         Font.Charset = ANSI_CHARSET
  309.         Font.Color = clNavy
  310.         Font.Height = -11
  311.         Font.Name = 'Verdana'
  312.         Font.Style = []
  313.         ParentColor = False
  314.         ParentFont = False
  315.       end
  316.       object Label1: TLabel
  317.         Left = 5
  318.         Top = 3
  319.         Width = 339
  320.         Height = 13
  321.         Caption = 'Choose the filetypes you want the Illuminator to recognise.'
  322.         Color = clBtnFace
  323.         Font.Charset = ANSI_CHARSET
  324.         Font.Color = clNavy
  325.         Font.Height = -11
  326.         Font.Name = 'Verdana'
  327.         Font.Style = []
  328.         ParentColor = False
  329.         ParentFont = False
  330.       end
  331.       object clbImages: TCheckListBox
  332.         Left = 5
  333.         Top = 73
  334.         Width = 92
  335.         Height = 187
  336.         OnClickCheck = clbImagesClickCheck
  337.         ItemHeight = 13
  338.         PopupMenu = popmImages
  339.         Sorted = True
  340.         TabOrder = 0
  341.       end
  342.       object clbVideos: TCheckListBox
  343.         Left = 103
  344.         Top = 73
  345.         Width = 90
  346.         Height = 187
  347.         ItemHeight = 13
  348.         PopupMenu = popmVideos
  349.         Sorted = True
  350.         TabOrder = 1
  351.         OnClick = clbVideosClick
  352.       end
  353.       object clbSounds: TCheckListBox
  354.         Left = 202
  355.         Top = 73
  356.         Width = 98
  357.         Height = 187
  358.         ItemHeight = 13
  359.         PopupMenu = popmSounds
  360.         Sorted = True
  361.         TabOrder = 2
  362.         OnClick = clbSoundsClick
  363.       end
  364.       object clbOthers: TCheckListBox
  365.         Left = 308
  366.         Top = 73
  367.         Width = 82
  368.         Height = 187
  369.         ItemHeight = 13
  370.         PopupMenu = popmOthers
  371.         Sorted = True
  372.         TabOrder = 3
  373.         OnClick = clbOthersClick
  374.       end
  375.       object cbAllImages: TCheckBox
  376.         Left = 5
  377.         Top = 55
  378.         Width = 45
  379.         Height = 17
  380.         Caption = 'All'
  381.         Checked = True
  382.         State = cbChecked
  383.         TabOrder = 4
  384.         OnClick = cbAllImagesClick
  385.       end
  386.       object cbAllVideos: TCheckBox
  387.         Left = 103
  388.         Top = 55
  389.         Width = 45
  390.         Height = 17
  391.         Caption = 'All'
  392.         Checked = True
  393.         State = cbChecked
  394.         TabOrder = 5
  395.         OnClick = cbAllVideosClick
  396.       end
  397.       object cbAllSounds: TCheckBox
  398.         Left = 202
  399.         Top = 55
  400.         Width = 45
  401.         Height = 17
  402.         Caption = 'All'
  403.         Checked = True
  404.         State = cbChecked
  405.         TabOrder = 6
  406.         OnClick = cbAllSoundsClick
  407.       end
  408.       object cbAllOthers: TCheckBox
  409.         Left = 308
  410.         Top = 55
  411.         Width = 45
  412.         Height = 17
  413.         Caption = 'All'
  414.         Checked = True
  415.         State = cbChecked
  416.         TabOrder = 7
  417.         OnClick = cbAllOthersClick
  418.       end
  419.       object cbDisableFilters: TCheckBox
  420.         Left = 6
  421.         Top = 267
  422.         Width = 235
  423.         Height = 17
  424.         Hint = 'Show all files disregarding its type'
  425.         Caption = 'Don'#39't filter (Show all filetypes)'
  426.         TabOrder = 8
  427.         OnClick = cbDisableFiltersClick
  428.       end
  429.       object btnRestore: TButton
  430.         Left = 264
  431.         Top = 264
  432.         Width = 126
  433.         Height = 23
  434.         Caption = 'Restore to defaults'
  435.         TabOrder = 9
  436.         OnClick = btnRestoreClick
  437.       end
  438.     end
  439.     object TabSheet3: TTabSheet
  440.       Caption = 'Display'
  441.       ImageIndex = 2
  442.       object Label7: TLabel
  443.         Left = 5
  444.         Top = 3
  445.         Width = 353
  446.         Height = 26
  447.         Caption = 
  448.           'Select the way you would like Illuminator to handle thumbnail'#13#10'p' +
  449.           'rocessing.'
  450.         Color = clBtnFace
  451.         Font.Charset = ANSI_CHARSET
  452.         Font.Color = clNavy
  453.         Font.Height = -11
  454.         Font.Name = 'Verdana'
  455.         Font.Style = []
  456.         ParentColor = False
  457.         ParentFont = False
  458.       end
  459.       object Label8: TLabel
  460.         Left = 29
  461.         Top = 58
  462.         Width = 357
  463.         Height = 26
  464.         Caption = 
  465.           'Thumbnails will be loaded after the user has stopped scrolling.'#13 +
  466.           #10'This will reduce CPU usage and memory.'
  467.         Color = clBtnFace
  468.         Font.Charset = ANSI_CHARSET
  469.         Font.Color = clNavy
  470.         Font.Height = -11
  471.         Font.Name = 'Verdana'
  472.         Font.Style = []
  473.         ParentColor = False
  474.         ParentFont = False
  475.       end
  476.       object Label9: TLabel
  477.         Left = 29
  478.         Top = 114
  479.         Width = 347
  480.         Height = 26
  481.         Caption = 
  482.           'Thumbnails will be loaded from the location it stopped until it'#13 +
  483.           #10'fills the currently visible pane.'
  484.         Color = clBtnFace
  485.         Font.Charset = ANSI_CHARSET
  486.         Font.Color = clNavy
  487.         Font.Height = -11
  488.         Font.Name = 'Verdana'
  489.         Font.Style = []
  490.         ParentColor = False
  491.         ParentFont = False
  492.       end
  493.       object rbDisplayOnDemand: TRadioButton
  494.         Left = 8
  495.         Top = 39
  496.         Width = 169
  497.         Height = 17
  498.         Caption = 'Display on demand'
  499.         Checked = True
  500.         TabOrder = 0
  501.         TabStop = True
  502.       end
  503.       object rbContiniusDisplay: TRadioButton
  504.         Left = 8
  505.         Top = 95
  506.         Width = 169
  507.         Height = 17
  508.         Caption = 'Continius Display'
  509.         TabOrder = 1
  510.       end
  511.     end
  512.   end
  513.   object btnOk: TButton
  514.     Left = 247
  515.     Top = 332
  516.     Width = 75
  517.     Height = 23
  518.     Cancel = True
  519.     Caption = '&OK'
  520.     Default = True
  521.     ModalResult = 1
  522.     TabOrder = 1
  523.     OnClick = btnOkClick
  524.   end
  525.   object btnCancel: TButton
  526.     Left = 325
  527.     Top = 332
  528.     Width = 75
  529.     Height = 23
  530.     Cancel = True
  531.     Caption = '&Cancel'
  532.     ModalResult = 2
  533.     TabOrder = 2
  534.   end
  535.   object popmImages: TPopupMenu
  536.     Left = 197
  537.     Top = 65535
  538.     object pmiImagesAdd: TMenuItem
  539.       Caption = '&Add'
  540.       OnClick = pmiImagesAddClick
  541.     end
  542.     object pmiImagesDelete: TMenuItem
  543.       Caption = '&Delete'
  544.       OnClick = pmiImagesDeleteClick
  545.     end
  546.   end
  547.   object popmVideos: TPopupMenu
  548.     Left = 235
  549.     object pmiVideosAdd: TMenuItem
  550.       Caption = '&Add'
  551.       OnClick = pmiImagesAddClick
  552.     end
  553.     object pmiVideosDelete: TMenuItem
  554.       Caption = '&Delete'
  555.       OnClick = pmiImagesDeleteClick
  556.     end
  557.   end
  558.   object popmSounds: TPopupMenu
  559.     Left = 278
  560.     Top = 65535
  561.     object pmiSoundsAdd: TMenuItem
  562.       Caption = '&Add'
  563.       OnClick = pmiImagesAddClick
  564.     end
  565.     object pmiSoundsDelete: TMenuItem
  566.       Caption = '&Delete'
  567.       OnClick = pmiImagesDeleteClick
  568.     end
  569.   end
  570.   object popmOthers: TPopupMenu
  571.     Left = 322
  572.     Top = 65535
  573.     object pmiOthersAdd: TMenuItem
  574.       Caption = '&Add'
  575.       OnClick = pmiImagesAddClick
  576.     end
  577.     object pmiOthersDelete: TMenuItem
  578.       Caption = '&Delete'
  579.       OnClick = pmiImagesDeleteClick
  580.     end
  581.   end
  582.   object ColorDialog1: TColorDialog
  583.     Ctl3D = True
  584.     Left = 352
  585.     Top = 145
  586.   end
  587.   object IvBinaryDictionary: TIvBinaryDictionary
  588.     DictionaryName = 'Dictionary1'
  589.     Left = 347
  590.     Top = 117
  591.     DictionaryCode = 3
  592.   end
  593.   object IvTranslator: TIvTranslator
  594.     DictionaryName = 'Dictionary1'
  595.     Left = 316
  596.     Top = 113
  597.     TargetsData = (
  598.       1
  599.       4
  600.       (
  601.         ''
  602.         'Hint'
  603.         0)
  604.       (
  605.         ''
  606.         'Caption'
  607.         0)
  608.       (
  609.         ''
  610.         'Items'
  611.         0)
  612.       (
  613.         ''
  614.         'Filter'
  615.         0))
  616.   end
  617. end
  618.